CRUD from Data-format
Creating a "CRUD from Data-format" allows you generate a set of API's based on a certain Data-format.
Objective
To efficiently generate all necessary CRUD APIs securely from a JSON format with just a few clicks.
This enables rapid deployment, facilitating the sharing of information with relevant applications and stakeholders.
Additionally, it helps bootstrap the development of well-designed web applications or the creation of a data lake with strict agile governance functions and roles, ensuring a robust, secure architecture with a clear separation of concerns between the data and processing layers.
Which APIs will be created?
The following APIs are being created:
- Read a single item
- Read a list of items
- Create a single item
- Update a single item
- Delete a single item
Generating the CRUD-APIs
Steps:
- Select in the leftribbon the API topic
- Click "CRUD from data-format"
- Select the data-format from the dropdown list
- Click create-API
The set of APIs created are: